Welcome![Sign In][Sign Up]
Location:
Search - http mfc

Search list

[Web ServerHTTP

Description: VC MFC网络编程的HTTP实现,包括HttpServer和HttpClient
Platform: | Size: 107675 | Author: hjl | Hits:

[WinSock-NDIS多线程断点续传(支持HTTP&FTP)源代码

Description: 多线程断点续传(支持HTTP&FTP)源代码,使用MFC编程
Platform: | Size: 392279 | Author: dashi420@126.com | Hits:

[Web Serverhttpparametersabc

Description: 一个解析http请求参数的MFC类-A MFC class which is used to parse request parameter of http
Platform: | Size: 2048 | Author: 站长 | Hits:

[SourceCodeSDI_Note_demo

Description: This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique 这是一个与记事本类似的简单的SDI应用程序,演示了怎样使用MFC来支持 Unicode,对指定的菜单条目进行Turkmenize标签化。实际上,Windwos 2000并不支持Turknen,因此,创建了那些菜单资源以便那些字符串可以在Turknen中显示,为此我必须开发其它的技术。 来源: http://www.codeguru.com/advancedui/SDI_Note.html- This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique .
Platform: | Size: 11264 | Author: 徐丽志 | Hits:

[Web ServerHttpServerexample

Description: 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current Http service directory,send webpage to client browser.The program is a MFC application base on Dialogs.Main show how to realize Http protocol with Socket,please run the program with vc++.net
Platform: | Size: 65536 | Author: 陈康 | Hits:

[Internet-Networkhttpcommand

Description: http发送文件头 可以设置cookie等。 还可以做比较复杂的通讯,不需要调mfc类库。-http send the file can be set so cookie. It also compares the complexity of communication, not emphasize mfc library.
Platform: | Size: 1024 | Author: liuzhijue | Hits:

[STLvcsocketserver

Description: 该代码是将MSDN中的httpsvr MFC代码移植到STL。含有VC完整应用程序代码。 -The code is the MSDN httpsvr MFC code into STL. VC contain complete application code.
Platform: | Size: 77824 | Author: victory | Hits:

[Internet-NetworkJianasyhttpclient

Description: 一个实现同步MFC的http客户端,学习Winsock很用帮助-a synchronous MFC http client, the study is used to help Winsock
Platform: | Size: 70656 | Author: 张剑 | Hits:

[OtherAnt-mfc

Description: 在这里可以下载到,精神恍惚了一个星期,终于写完了,真是高兴啊,挺好玩的, http://www.0635jj.com/蚁群算法MFC版演示程序. ... 多个线程读到的内容大体都相同,怎么能让每个线程有一个独立的数据源来产生随机数呢,,,,大家在用程序的时候,-here can be downloaded to a trance, a week, finally finished, really pleased ah, very good play. http :// www.0635jj.com/ ant algorithm MFC version Demonstration Program. read ... the various threads generally have the same content, how each thread can have an independent source of data to generate random numbers?,, we use procedures,
Platform: | Size: 150528 | Author: 龙晓波 | Hits:

[Web ServerHS_HTTP_SVR

Description: 本程序是通过MFC CAsyncSocket类实现的一个多线程HTTP服务器,它支持CGI和ISAPI。-this procedure is adopted MFC CAsyncSocket Class Implementation of a multithreaded HTTP service , with support for CGI and ISAPI.
Platform: | Size: 3027968 | Author: 侯爽 | Hits:

[TCP/IP stackFScan

Description: 使用MFC中CInternetSession, CInternetFile, CFtpConnection几个类来建立http和ftp连接,采用VC6开发。内有简单文档说明。-Use MFC in CInternetSession, CInternetFile, CFtpConnection several categories to build http and ftp connections, using VC6 development. There are simple documentation.
Platform: | Size: 55296 | Author: 许景 | Hits:

[Ftp Clientftp

Description: 支持断点续传的ftp,没有用到mfc提供的ftp类,方便灵活-Support for the HTTP ftp, do not use ftp provided mfc class, convenient and flexible
Platform: | Size: 3769344 | Author: 施佳琦 | Hits:

[Proxy ServerhttpTunnel_NTLM

Description: 这是我从网络上比较多的httptunnel改进过来的,从原来只能支持一个客户端到可以同时支持N个客户端,并且用MFC实现.能够通过NTLM代理服务器的认证,并且同时有sock5和http代理的功能-I take it from the network to improve httptunnel more back from the original can only support a client can simultaneously support N clients, and realize with MFC. Through NTLM authentication proxy server, and at the same time have sock5 and http Agent features
Platform: | Size: 201728 | Author: lixingwei | Hits:

[Internet-NetworkdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40960 | Author: 谢红伟 | Hits:

[Internet-NetworkHTTPserver

Description: 用VC编写的基于MFC的HTTP服务器,提供一般的请求命令(POST,GET...)-VC prepared with the MFC-based HTTP server, the request to provide general order (POST, GET ...)
Platform: | Size: 47104 | Author: | Hits:

[Button controlWinInetHttpdffdfffd

Description: MFC程序设计希望能给大家速写帮助,有什么疑问,第23章 MFC与internet编程-MFC program design sketches hope everyone can help, have any questions, Chapter 23 MFC and internet programming
Platform: | Size: 28672 | Author: tce | Hits:

[TCP/IP stackTcpIp_XieYiJieXi

Description: 使用MFC实现网络中包的截获并逐层分析协议,包括frame,arp,tcp,ip,http等协议。带界面。并有文档说明。-Use MFC to achieve the network packet intercepted and layer-by-layer analysis of the agreement, including the frame, arp, tcp, ip, http and other agreements. With the interface. And documentation.
Platform: | Size: 191488 | Author: 张娜 | Hits:

[OS programhttpdownloaddlg_xd

Description: The class implements an MFC CDialog derived class which performs HTTP downloads similar to the Internet Explorer 利用HTTP协议下载的类(43KB) -The class implements an MFC CDialog derived class which performs HTTP downloads similar to the Internet Explorer to use HTTP protocol to download the class (43KB)
Platform: | Size: 44032 | Author: 张祥 | Hits:

[ISAPI-IEISAFile

Description: 文件HTTP下载ISAPI DLL MFC实现-HTTP download files ISAPI DLL MFC to achieve
Platform: | Size: 31744 | Author: 梁雨 | Hits:

[Internet-NetworkYanErDownloader

Description: VC编写的多线程下载工具,支持HTTP/FTP、多线程、断点续传,图形显示下载进度,MFC界面。-VC prepared by multi-threaded downloading tool to support HTTP/FTP, multi-threaded, HTTP, graphic display download progress, MFC interface.
Platform: | Size: 296960 | Author: 崔岩 | Hits:
« 1 23 4 5 6 7 8 »

CodeBus www.codebus.net